⚡️ ccache — компилятор кэш для ускорения пересборки проектов
Ждете по полчаса каждую пересборку большого проекта?
ccache кэширует результаты компиляции и переиспользует их при повторных сборках идентичных файлов. Может ускорить инкрементальные сборки в 5-10 раз, особенно эффективен в CI/CD пайплайнах.
export CC="ccache gcc" export CXX="ccache g++" make -j$(nproc)
Дополнительные возможности: — Настройка максимального размера кэша — Статистика hit/miss ratio через ccache -s — Поддержка удаленного кэша для команд — Интеграция с CMake через CMAKE_CXX_COMPILER_LAUNCHER
⚡️ ccache — компилятор кэш для ускорения пересборки проектов
Ждете по полчаса каждую пересборку большого проекта?
ccache кэширует результаты компиляции и переиспользует их при повторных сборках идентичных файлов. Может ускорить инкрементальные сборки в 5-10 раз, особенно эффективен в CI/CD пайплайнах.
export CC="ccache gcc" export CXX="ccache g++" make -j$(nproc)
Дополнительные возможности: — Настройка максимального размера кэша — Статистика hit/miss ratio через ccache -s — Поддержка удаленного кэша для команд — Интеграция с CMake через CMAKE_CXX_COMPILER_LAUNCHER
Telegram today rolling out an update which brings with it several new features.The update also adds interactive emoji. When you send one of the select animated emoji in chat, you can now tap on it to initiate a full screen animation. The update also adds interactive emoji. When you send one of the select animated emoji in chat, you can now tap on it to initiate a full screen animation. This is then visible to you or anyone else who's also present in chat at the moment. The animations are also accompanied by vibrations. This is then visible to you or anyone else who's also present in chat at the moment. The animations are also accompanied by vibrations.
Telegram announces Search Filters
With the help of the Search Filters option, users can now filter search results by type. They can do that by using the new tabs: Media, Links, Files and others. Searches can be done based on the particular time period like by typing in the date or even “Yesterday”. If users type in the name of a person, group, channel or bot, an extra filter will be applied to the searches.
Библиотека C C разработчика | cpp boost qt from in